go/types.Checker.exprWithHint (method)

4 uses

	go/types (current package)
		expr.go#L1275: func (check *Checker) exprWithHint(x *operand, e ast.Expr, hint Type) {
		literals.go#L288: 			check.exprWithHint(x, kv.Key, utyp.key)
		literals.go#L313: 			check.exprWithHint(x, kv.Value, utyp.elem)
		literals.go#L390: 		check.exprWithHint(&x, eval, typ)